github.com/refraction-networking/utls.cipherSuite.id (field)
11 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L137: id uint16
cipher_suites.go#L658: if cipherSuite.id == id {
handshake_client.go#L682: hs.c.cipherSuite = hs.suite.id
handshake_client.go#L951: if hs.session.cipherSuite != hs.suite.id {
handshake_server.go#L401: c.cipherSuite = hs.suite.id
handshake_server.go#L552: hs.hello.cipherSuite = hs.suite.id
handshake_server.go#L553: c.cipherSuite = hs.suite.id
handshake_server.go#L590: hs.hello.cipherSuite = hs.suite.id
u_parrots.go#L3185: ciphers[i] = sortableCipher{suite: suite.id,
u_public.go#L518: id: cs.Id,
u_public.go#L536: Id: cs.id,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |